home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  243 b   |  20 lines

  1. on keyUp
  2.   if the key = RETURN then
  3.     cursor(4)
  4.     login()
  5.   else
  6.     if the key = TAB then
  7.       go("login")
  8.       cursor(0)
  9.     end if
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   if the doubleClick then
  15.     exit
  16.   end if
  17.   go("loginPswd")
  18.   cursor(0)
  19. end
  20.